home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / text / tex / faxtex.lha / inputs / PasTeX-modes.mf
Text File  |  1993-02-17  |  2KB  |  50 lines

  1. % Start Fax
  2. % Begin of MH's definitions (modified by Martin Steppler 4.12.92)
  3.  
  4. mode_def FaxFine =              % Fax fine resolution (MH, 3.12.92)
  5.  proofing:=0;                   % no, we're not making proofs
  6.  fontmaking:=1;                 % yes, we are making a font
  7.  tracingtitles:=0;              % no, don't show titles in the log
  8.  pixels_per_inch:=216;          %
  9.  blacker:=0;                    % don't make the pens any blacker
  10.  fillin:=0;                     % and don't compensate for fillin
  11.  o_correction:=.2;              % but suppress most overshoots
  12.  enddef;
  13. mode_def FaxNormal =            % Fax normal resolution (MH, 3.12.92)
  14.  proofing:=0;                   % no, we're not making proofs
  15.  fontmaking:=1;                 % yes, we are making a font
  16.  tracingtitles:=0;              % no, don't show titles in the log
  17.  pixels_per_inch:=216;          %
  18.  blacker:=0;                    % don't make the pens any blacker
  19.  fillin:=0;                     % and don't compensate for fillin
  20.  o_correction:=.2;              % but suppress most overshoots
  21.  aspect_ratio:=1/2;             % 108 dots/inch vertical
  22.  enddef;
  23.  
  24. % End of MH's definitions
  25. % Start JMA's Fax
  26.  
  27. mode_def GPFaxFine =            % GPFax fine resolution (JMA, 93.02.17)
  28.  proofing:=0;                   % no, we're not making proofs
  29.  fontmaking:=1;                 % yes, we are making a font
  30.  tracingtitles:=0;              % no, don't show titles in the log
  31.  pixels_per_inch:=216;          %
  32.  blacker:=0;                    % don't make the pens any blacker
  33.  fillin:=0;                     % and don't compensate for fillin
  34.  o_correction:=.2;              % but suppress most overshoots
  35.  aspect_ratio:=49/54;           % 196 dots/inch vertical
  36.  enddef;
  37. mode_def GPFaxNormal =          % GPFax normal resolution (JMA, 93.02.17)
  38.  proofing:=0;                   % no, we're not making proofs
  39.  fontmaking:=1;                 % yes, we are making a font
  40.  tracingtitles:=0;              % no, don't show titles in the log
  41.  pixels_per_inch:=216;          %
  42.  blacker:=0;                    % don't make the pens any blacker
  43.  fillin:=0;                     % and don't compensate for fillin
  44.  o_correction:=.2;              % but suppress most overshoots
  45.  aspect_ratio:=49/108;          % 98 dots/inch vertical
  46.  enddef;
  47.  
  48. % End JMA's Fax
  49. % End Fax
  50.